home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POINT Software Programming
/
PPROG1.ISO
/
pascal
/
swag
/
crt.swg
/
0022_80x50 text mode.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1994-08-24
|
187 b
|
9 lines
AS> Could someone tell me how to access 80x50 text mode in
AS> Tp 6.0 = mode con lines=50 in dos.
Uses Crt;
begin
textmode(c80+font8x8); {80x50}
textmode(c80); {80x25}
end.